POST
/Export/
Creates a new export based on the options given.
Request
Method
Request URI
POST
/API/Export/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
The ID of the session.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.ExportRequestOptions
Response
Response Body
A
System.Guid
with the ID of the export, or a status code indicating the problem.